home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10841 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: rain.fr!world-net!usenet
  2. From: Frederic LACHASSE <lachass@worldnet.fr>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Win95 vs. NT4 for Visual C++ 4.0
  5. Date: Fri, 08 Mar 1996 21:39:51 +0000
  6. Organization: World-Net information exchange, Internet provider.
  7. Message-ID: <VA.0000005f.00027955@fred>
  8. References: <DnswvD.5yE@bcstec.ca.boeing.com>
  9. Reply-To: lachass@worldnet.fr
  10. NNTP-Posting-Host: client145.sct.fr
  11. X-Newsreader: Virtual Access by Ashmount Research Ltd, http://www.ashmount.com
  12.  
  13. Choose NTW. It's far more reliable, and developpement can be a messy 
  14. business with debuggers stopping brutally debugged applications. Windows 
  15. 95 has good protections against evil 32 programs, less with DOS in 
  16. virtual 86 machines and few with 16 bits erratic Windows apps. It is a 
  17. result of allowing maximum compatibility with old DOS/Win3x programs.
  18.  
  19. On the other hand, NTW kernel is designed to be as reliable as mainframe 
  20. operating systems and used to run strategic programs with hundreds of 
  21. concurrent users. This kernel is still a little young compared to old 
  22. battered UNIX, but I've already got programs running amok and eating up 
  23. whatever memory they find, stopping other stubborn processes with 
  24. halberds (i.e. pview.exe), mostly NTVDMs running Win3x applications 
  25. without crashing other applications. Moreover, all memory, resources, 
  26. files are properly released and closed.
  27.  
  28. In real-life: sometimes (less than once a week), strange behaviour of my 
  29. PC (like some resource seems not to be released) makes me reboot my PC 
  30. for more safety. Sometimes then, during shutdown, a pop-up warns about 
  31. some malfunctions, but the PC nevertheless finishes shutdown normally. 
  32. Even rarer, I've got 2 crashes followed by an automatic reboot. I must 
  33. tell though to have tested a Win3x application (named Rally!) that 
  34. completely freeze NT 3.51 when resizing its window. It's the only cases 
  35. of complete hang I've met with NT.
  36.  
  37. In fact, NT is so efficient and reliable that you get used to having 
  38. always a dozen of open applications like editors, file manager, tools, 
  39. prompts and emulator sessions to hosts. I don't care to launch my 
  40. offline news reader to retrieve new messages and mail and then start 
  41. debugging my programs. Doing that with Windows 3.x is asking for 
  42. trouble...
  43.  
  44.  Frederic LACHASSE (ECP 86)
  45.  CompuServe: 100530,2005
  46.  Internet: lachass@worldnet.fr
  47.  
  48.